home *** CD-ROM | disk | FTP | other *** search
/ E3 2003 Press Pack / Image.iso / n-gage.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2003-05-08  |  133b  |  6 lines

  1. on(rollOver){
  2.    _root.TextLeft.gotoAndStop("Text3");
  3.    _root.mcBtn1.gotoAndStop("end");
  4.    _root.mcBtn2.gotoAndStop("end");
  5. }
  6.